ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ComboBoxBase<T> Class / IsContentHtml Property






In This Topic
    IsContentHtml Property (ComboBoxBase<T>)
    In This Topic
    Gets or sets a value indicating whether the drop-down list displays items as plain text or as HTML.
    Syntax
    'Declaration
     
    
    Public Overridable Property IsContentHtml As System.Boolean
    'Usage
     
    
    Dim instance As ComboBoxBase(Of T)
    Dim value As System.Boolean
     
    instance.IsContentHtml = value
     
    value = instance.IsContentHtml
    public virtual System.bool IsContentHtml {get; set;}
    public read-write property IsContentHtml: System.Boolean; virtual; 
    public function get,set IsContentHtml : System.boolean
    public: __property virtual System.bool get_IsContentHtml();
    public: __property virtual void set_IsContentHtml( 
       System.bool value
    );
    public:
    virtual property System.bool IsContentHtml {
       System.bool get();
       void set (    System.bool value);
    }
    See Also